Skip to content

feat(ssr-client-hints): add optional cookieDomain configuration#345

Closed
AndreyYolkin wants to merge 1 commit into
mainfrom
feat/configurable-ch
Closed

feat(ssr-client-hints): add optional cookieDomain configuration#345
AndreyYolkin wants to merge 1 commit into
mainfrom
feat/configurable-ch

Conversation

@AndreyYolkin

Copy link
Copy Markdown
Contributor

Description

  • Allow setting a custom domain for the color scheme cookie
  • Allow to override client hints configuration with runtimeConfig

Linked Issues

Closes #344

Additional Context


Tip

The author of this PR can publish a preview release by commenting /publish below.

Allow setting a custom domain for the color scheme cookie or automatically extracting it from the request host. This enables proper cookie handling across subdomains in server-side rendering scenarios.
@AndreyYolkin AndreyYolkin self-assigned this Jan 31, 2026
@AndreyYolkin AndreyYolkin added enhancement New feature or request area: ssr SSR, hydration, SSG needs rebase Has merge conflicts; needs rebase on base branch labels Jun 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: ssr SSR, hydration, SSG enhancement New feature or request needs rebase Has merge conflicts; needs rebase on base branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cookie shared between multiple sites, same domain

1 participant